home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacPerl 5.0.3 / MacPerl Source ƒ / MacPerl5 / pod / modpods / AutoSplit.pod < prev    next >
Encoding:
Text File  |  1994-12-26  |  324 b   |  12 lines  |  [TEXT/MPS ]

  1. =head1 NAME
  2.  
  3. AutoSplit - split a package for autoloading
  4.  
  5. =head1 DESCRIPTION
  6.  
  7. This function will split up your program into files that the AutoLoader
  8. module can handle.  Normally only used to build autoloading Perl library
  9. modules, especially extensions (like POSIX).  You should look at how
  10. they're built out for details.
  11.  
  12.